[INFO] fetching crate nestforge-http 1.9.0...
[INFO] testing nestforge-http-1.9.0 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate nestforge-http 1.9.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate nestforge-http 1.9.0
[INFO] finished tweaking crates.io crate nestforge-http 1.9.0
[INFO] tweaked toml for crates.io crate nestforge-http 1.9.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nestforge-http 1.9.0 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate nestforge-http 1.9.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded if_chain v1.0.3
[INFO] [stderr]   Downloaded validator_types v0.16.0
[INFO] [stderr]   Downloaded validator_derive v0.16.0
[INFO] [stderr]   Downloaded validator v0.16.1
[INFO] [stderr]   Downloaded nestforge-core v1.9.0
[INFO] [stderr]   Downloaded nestforge-config v1.9.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 070f313557a78b5922f10f9cb5840c77caf474451ebb7b7122080300eb2fdab2
[INFO] running `Command { std: "docker" "start" "-a" "070f313557a78b5922f10f9cb5840c77caf474451ebb7b7122080300eb2fdab2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "070f313557a78b5922f10f9cb5840c77caf474451ebb7b7122080300eb2fdab2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "070f313557a78b5922f10f9cb5840c77caf474451ebb7b7122080300eb2fdab2", kill_on_drop: false }`
[INFO] [stdout] 070f313557a78b5922f10f9cb5840c77caf474451ebb7b7122080300eb2fdab2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 087b0e0889eba9f607dba5009eb43245dec52b1e722b9e6b2d34fc5a5530059e
[INFO] running `Command { std: "docker" "start" "-a" "087b0e0889eba9f607dba5009eb43245dec52b1e722b9e6b2d34fc5a5530059e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling if_chain v1.0.3
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling validator_types v0.16.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling validator_derive v0.16.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling nestforge-config v1.9.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling validator v0.16.1
[INFO] [stderr]    Compiling nestforge-core v1.9.0
[INFO] [stderr]    Compiling nestforge-http v1.9.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.98s
[INFO] running `Command { std: "docker" "inspect" "087b0e0889eba9f607dba5009eb43245dec52b1e722b9e6b2d34fc5a5530059e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "087b0e0889eba9f607dba5009eb43245dec52b1e722b9e6b2d34fc5a5530059e", kill_on_drop: false }`
[INFO] [stdout] 087b0e0889eba9f607dba5009eb43245dec52b1e722b9e6b2d34fc5a5530059e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 31f4bf96429688896804d30808e6e637ce5ebba4cb2354cc35f971bb32de24c7
[INFO] running `Command { std: "docker" "start" "-a" "31f4bf96429688896804d30808e6e637ce5ebba4cb2354cc35f971bb32de24c7", kill_on_drop: false }`
[INFO] [stderr]    Compiling nestforge-http v1.9.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.87s
[INFO] running `Command { std: "docker" "inspect" "31f4bf96429688896804d30808e6e637ce5ebba4cb2354cc35f971bb32de24c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31f4bf96429688896804d30808e6e637ce5ebba4cb2354cc35f971bb32de24c7", kill_on_drop: false }`
[INFO] [stdout] 31f4bf96429688896804d30808e6e637ce5ebba4cb2354cc35f971bb32de24c7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4c1f00904868a3d58e1808de35f0626cb678f63eee72935ef786c7d6d1bb23e7
[INFO] running `Command { std: "docker" "start" "-a" "4c1f00904868a3d58e1808de35f0626cb678f63eee72935ef786c7d6d1bb23e7", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nestforge_http-69380c54f44edd99)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test middleware::tests::normalize_path_handles_empty_and_trailing_slashes ... ok
[INFO] [stdout] test middleware::tests::prefix_matching_requires_boundary ... ok
[INFO] [stdout] test factory::tests::auth_resolver_inserts_identity_for_auth_user_extractor ... ok
[INFO] [stdout] test factory::tests::error_responses_keep_request_id_header ... ok
[INFO] [stdout] test factory::tests::request_middleware_sets_request_id_header_and_extension ... ok
[INFO] [stdout] test middleware::tests::matcher_supports_prefix_matching_and_excludes ... ok
[INFO] [stdout] test factory::tests::route_specific_exception_filters_rewrite_route_failures ... ok
[INFO] [stdout] test factory::tests::request_scoped_provider_resolves_from_per_request_container ... ok
[INFO] [stdout] test middleware::tests::matcher_can_target_specific_http_methods ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests nestforge_http
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/middleware.rs - middleware::NestMiddleware (line 12) ... FAILED
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] test src/factory.rs - factory::NestForgeFactory (line 39) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/middleware.rs - middleware::NestMiddleware (line 12) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `NestMiddleware` in this scope
[INFO] [stdout]   --> src/middleware.rs:14:6
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl NestMiddleware for LoggerMiddleware {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 12 + use nestforge_http::NestMiddleware;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Request` in this scope
[INFO] [stdout]   --> src/middleware.rs:15:27
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn handle(&self, req: Request<Body>, next: NextFn) -> NextFuture {
[INFO] [stdout]    |                           ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 12 + use std::error::Request;
[INFO] [stdout]    |
[INFO] [stdout] 12 + use axum::extract::Request;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Body` in this scope
[INFO] [stdout]   --> src/middleware.rs:15:35
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn handle(&self, req: Request<Body>, next: NextFn) -> NextFuture {
[INFO] [stdout]    |                                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 12 + use axum::body::Body;
[INFO] [stdout]    |
[INFO] [stdout] 12 + use nestforge_core::Body;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `NextFn` in this scope
[INFO] [stdout]   --> src/middleware.rs:15:48
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn handle(&self, req: Request<Body>, next: NextFn) -> NextFuture {
[INFO] [stdout]    |                                                ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 12 + use nestforge_core::NextFn;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `NextFuture` in this scope
[INFO] [stdout]   --> src/middleware.rs:15:59
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn handle(&self, req: Request<Body>, next: NextFn) -> NextFuture {
[INFO] [stdout]    |                                                           ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 12 + use nestforge_core::NextFuture;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/factory.rs - factory::NestForgeFactory (line 39) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `AppModule` in this scope
[INFO] [stdout]   --> src/factory.rs:45:34
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let app = NestForgeFactory::<AppModule>::create()
[INFO] [stdout]    |                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/factory.rs - factory::NestForgeFactory (line 39)
[INFO] [stdout]     src/middleware.rs - middleware::NestMiddleware (line 12)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4c1f00904868a3d58e1808de35f0626cb678f63eee72935ef786c7d6d1bb23e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c1f00904868a3d58e1808de35f0626cb678f63eee72935ef786c7d6d1bb23e7", kill_on_drop: false }`
[INFO] [stdout] 4c1f00904868a3d58e1808de35f0626cb678f63eee72935ef786c7d6d1bb23e7
